net/http.http2priorityNode.setParent (method)
11 uses
net/http (current package)
h2_bundle.go#L11304: func (n *http2priorityNode) setParent(parent *http2priorityNode) {
h2_bundle.go#L11391: n.kids.setParent(nil)
h2_bundle.go#L11395: (*tmp)[i].setParent(n) // setParent inserts at the head of n.kids
h2_bundle.go#L11478: n.setParent(parent)
h2_bundle.go#L11530: n.setParent(&ws.root)
h2_bundle.go#L11539: n.setParent(&ws.root)
h2_bundle.go#L11558: parent.setParent(n.parent)
h2_bundle.go#L11571: k.setParent(n)
h2_bundle.go#L11577: n.setParent(parent)
h2_bundle.go#L11644: n.kids.setParent(n.parent)
h2_bundle.go#L11646: n.setParent(nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)